home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Wagon.Dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  299 b   |  11 lines

  1. on mouseDown
  2.   global soundFile, clickNum, snap, DraggedItem
  3.   set clickNum to the clickOn
  4.   set DraggedItem to the castNum of sprite clickNum
  5.   set the locH of sprite clickNum to the mouseH
  6.   set the locV of sprite clickNum to the mouseV
  7.   updateStage()
  8.   puppetSprite(clickNum, 1)
  9.   go("out")
  10. end
  11.